Partitioning Group by Cosets

Given a subgroup \(H\) of a group \(G\), \(G\) can be expressed as a disjoint union of cosets of \(H\) in \(G\), either all left or all right cosets. By this theorem, these cosets are all of the same size.

This is clear to see from proving two related results (either of which would be sufficient).


Theorem

Given two left cosets of \(H\) in \(G\), \(gH\) and \(g'H\), exactly one of the following is true:

  1. \(gH = g'H\)
  2. \(gH \cap g'H = \varnothing\)

That is, any two cosets are either equal or disjoint.

We are going to prove this by showing that:

\[ gH \cap g'H \neq \varnothing \iff gH = g'H\]

That is, the first case is true if and only if the negation of the second is false (i.e. the second is true).

For the first implication, we will assume that \(gH \cap g'H \neq \varnothing\), that is, there exists an element which is common to both cosets, or an \(h, h' \in H\) such that:

\[ gh = g'h'.\]

It then follows from this that:

\[\begin{align*} & gh = g'h' \\ \implies& g = g'(h'h^{-1}) \\ \implies& g \in g'H \\ \end{align*}\]

and likewise that \(g' \in gH\).

Now we will show \(gH = g'H\) by showing inclusions both ways.

Let \(a \in gH\) be arbitrary, that is

\[a = gh_1\]

for some \(h_1 \in H\). However since \(g \in g'H\),

\[g = g'h'_1\]

for some \(h'_1 \in H\).

Substituting the second of these expressions into the first we have that \(a = g'(h'_1 h_1)\), and hence \(a \in g'H\). Since \(a\) is chosen arbitrarily, \(gH \subseteq g'H\). The reverse inclusion follows in the same way.

Corollary

\(a \in bH\) for some cosets of \(H\) in \(G\) if and only if \(aH = bH\).

This follows simply from the fact that \(a \in aH\) trivially, and hence \(aH \cap bH\) at least contains \(a\). This means they are not disjoint, and hence \(aH = bH\).


Theorem

The operation

\[ g \sim g' \iff g \in g'H\]

is an equivalence relation on \(G\).

Being an equivalence relation on \(G\) this partitions \(G\) into equivalence classes, which then correspond with the sets in the disjoint subset we use to express \(G\).

Symmetry

Let \(g \sim g'\) for \(g, g' \in G\). Then, \(g \in g'H\), and hence there exists an \(h \in H\) such that \(g = g'h\).

Therefore \(gh^{-1} = g'\), and \(g' \in gH\) since \(h^{-1} \in H\).

Transitivity

Let \(g \sim g'\) and \(g' \sum g''\). Hence there exists \(h', h'' \in H\) such that:

\[ g = g'h' \quad \text{and} \quad g' = g''h''.\]

Now, \(g = g''h''h'\), and since \(H\) is closed under multiplication \(g \in g''H\), hence \(g \sim g''\).

Reflexivity

Since \(H\) is a subgroup, \(\mathrm{id} \in H\), and hence for any \(g \in G\), \(g = g \, \mathrm{id} \in gH\), thus \(g \sim g\).